home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_08_03 / 8n03137a < prev    next >
Text File  |  1990-03-18  |  2KB  |  43 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6. *****Listing 1*****
  7.  
  8. /* Lines ending with a '\' character are broken for readability. In
  9. practice, this should all be on ONE line. */
  10.  
  11. AT386|at386|386AT|386at|at/386 console,
  12.     am, bw, eo, xon, xt,
  13.     colors#8, cols#80, lines#25, ncv#3, pairs#64,
  14.     acsc= ``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~,
  15.     bel=^G, blink=\E[5m, bold=\E[1m, clear=\E[2J\E[H,
  16.     cr=\r, cub=\E[%p1%dD, cub1=\E[D, cud=\E[%p1%dB,
  17.     cud1=\E[B, cuf=\E[%p1%dC, cuf1=\E[C,
  18.     cup=\E[%i%p1%02d;%p2%02dH, cuu=\E[%p1%dA, cuu1=\E[A,
  19.     dch=\E[%p1%dP, dch1=\E[P, d1=\E [%p1%dM,dl1=\E[1M,
  20.     ed=\E[J, el=\E[K, flash= ^G, home=\E[H, ht=\t,
  21.     ich=\E[%p1%d@, ich1=\E[1@, il=\E[%p1%dL, il1=\E[1L,
  22.     ind=\E[S, indn=\E[%P1%dS, invis=\E[9m,
  23.     is2=\E0;10;39m, kbs=\b, kcbt=^], kclr=\E[2J,
  24.     kcub1=\E[D, kcud1=\E[B, kcuf1=\E[C, kcuu1=\E[A,
  25.     kdch1=\E[P, kend=\E[Y, kf1=\EOP, kf10=\EOY, kf11=\EOZ,
  26.     kf12=\EOA, kf2=\EOQ, kf3=\EOR, kf4=\EOS, kf5=\EOT,
  27.     kf6=\EOU, kf7=\EOV, kf8=\EOW, kf9=\EOX, khome=\E[H,
  28.     kich1=\E[@, knp=\E[U, kpp=\E[V, krmir=\EO, op=\E[0m,
  29.     rev=\E[7m, rin=\E[S, rmacs=\E[10m, rmso=\E[m,
  30.     rmul=\E[m,
  31.     setb=\E[%?%p1%{0}%=%t40m%e%p1%{1}%=%t44m%e%p1%{2}%=%t42m%e%p1 \
  32.         %{3}%=%t46m%e%p1%{4}%=%t41m%e%p1%{5}}%=%t45m%e%p1%{6}%=%t43m%e%p1 \
  33.         %{7}%=%t47m%;,
  34.     setf=\E[%?%p1%{0}%=%t30m%e%p1%{1}%=%t34m%e%p1%{2}%=%t32m%e%p1 \
  35.         %{3}%=%t36m%e%p1%{4}%=%t31m%e%p1%{5}%=%t35m%e%p1%{6}%=%t33m%e%p1 \
  36.         %{6}%=%t33m%e%p1%{7}%=%t37m%;,
  37.     sgr=\E[10m\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p6%t; \
  38.         1%;%?%p9%t;12%;%?%p7%t;9%;m,
  39.     sgr0=\E[0;10m, smacs=\E[12m, smso=\E[7m, smul=\E[4m,        
  40.  
  41.  
  42.  
  43.